CAB720 Communication Driver

 

CAB720 Communication Driver is the driver to communicate with CAB720 controller.

 

1. Read settings

 

<Figure 1> is read setting example of CAB720 communication driver.

<Figure 1>  Read setting example of CAB720 communication driver

Device part of  <Figure 1> input Com Port(COM1), Baud Rate(9600), Parity Bit(2), Data Bit(8), Stop Bit(1) respectively.

 

CAB720 communication driver¡¯s read schedule

CAB720 communication driver's read schedule input 'READ' one line.

 

Read schedule example)

READ,  

 

<Table 1> is a description of  store values and contents of CAB720 communication driver.

Store Values

Contents

Remarks

Start Addr + 0

the nunber of measurement sides

1 : 1 side,

2 : 2 sides,

3 : 2 sides + Static

Start Addr + 1

character code of G, ...

fixed to 0

Start Addr + 2 ~ 6

data value of measurement

 

Start Addr + 7 ~ 8

 

when 2 sides or 2sides + Static

Start Addr + 9 ~ 10

 

when 2 sides + Static

<Table 1> Store values and contents of CAB720 communication driver

example of store values)

example of reading data) <LF>2$G$ 2.8504E+00$254$ 2.7569E+00$ 66$   201$    720DATA$                $<CR>

store values (WORD, DWORD, FLOAT memory) 

Start Addr + 0 :     2.0

Start Addr + 1 :     0.0

Start Addr + 2 :    2.85

Start Addr + 3 :   254.0

Start Addr + 4 :   2.757

Start Addr + 5 :    66.0

Start Addr + 6 :   201.0

Start Addr + 7 :   720.0

Start Addr + 8 :     0.0

Start Addr + 9 :     0.0  

Start Addr + 10 :   0.0  

 

CAB720 communication driver store the same data in WORD, DWORD, FLOAT memory, but the data formats are different.

 

Note) When readed data to CAB720 controller, save '1' value at WORD 20 memory.

You have to clear periodically by 'Digital Output Tag'. (Extra1 = #mem# , ... )

 

2. Writing settings

CAB7200 communication driver don't support write settings.(read only controller)